home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre3.z / postgre3 / src / lib / H / obsolete / default.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  843 b   |  43 lines

  1. #ifndef    DefaultIncluded        /* Include this file only once */
  2. #define DefaultIncluded    1
  3.  
  4. /* ----------------
  5.  *    THIS FILE IS GOING AWAY.  -cim 6/12/90
  6.  * ----------------
  7.  */
  8. #define DEFAULT_H_OBSOLETE 1
  9. #define DEFAULT_H_OBSOLETE 2
  10.     
  11. #if 0    
  12. /*
  13.  * default.h --
  14.  *    POSTGRES tunable defaults definitions.
  15.  *
  16.  * Identification:
  17.  *    $Header: /private/postgres/src/lib/H/obsolete/RCS/default.h,v 1.1 1990/06/12 21:25:06 cimarron Version_2 $
  18.  */
  19.  
  20. #ifndef C_H
  21. #include "c.h"
  22. #endif
  23.  
  24. /*
  25.  * LookupDefault --
  26.  *    Returns default value associated with given string.
  27.  *
  28.  * Exceptions:
  29.  *    BadArg if string is invalid.
  30.  *
  31.  * Note:
  32.  *    Until the defaults are stored in the DEFAULT relation, default
  33.  * will be returned.
  34.  */
  35. extern
  36. String        /* XXX Datum */
  37. FetchDefault ARGS((
  38.     String    string,
  39.     String    standard
  40. ));
  41. #endif
  42. #endif    /* !defined(DefaultIncluded) */
  43.